home *** CD-ROM | disk | FTP | other *** search
/ Chip: 2005 Utilities / CHIP Utilities 2005 / CHIP Utilities 2005.iso / dosapps / freedos / doc / move / readme < prev   
Encoding:
Text File  |  2002-05-09  |  1.3 KB  |  37 lines

  1. Move
  2. ----
  3. Copyright (c) Joe Cosentino 1997-2001.
  4.  
  5. Overview
  6. --------
  7.   A clone of the Move command that comes with Microsoft MS-DOS and
  8.   Windows 9x.
  9.  
  10. Source code
  11. -----------
  12.   The source code is available under the terms of the GNU General Public
  13.   License (copying.txt).  If you want to use it in your programs, the
  14.   program you are writing must be released under the GNU GPL as well.  No
  15.   royalties are expected, although donations are always accepted :-).
  16.  
  17.   The source was compiled with Borland Turbo C++ 3.0.  If you want to compile
  18.   the sources with other compilers, you may have to tweak a couple of files
  19.   to get it to work.
  20.  
  21.   Portions of the source code are written and copyright by Rene Ableidinger.
  22.  
  23. Making changes
  24. --------------
  25.   The rules of making changes are as follows:
  26.     1) You may not use this program or source code for financial gain.
  27.     2) You must leave the copyright notice intact.
  28.     3) Please document what you have done in the history file.
  29.     4) Don't make things harder than they already are.
  30.  
  31. Warranties
  32. ----------
  33.   This program comes as-is and without warranty of any kind.  The author of
  34.   this software assumes no responsibility pertaining to the use or misuse of
  35.   this software.  By using this software, the operator is understood to be
  36.   agreeing to the terms of the above.
  37.